hensei-web/node_modules/@parcel/workers/package.json
2020-09-11 06:44:42 -07:00

64 lines
1.9 KiB
JSON

{
"_from": "@parcel/workers@^1.11.0",
"_id": "@parcel/workers@1.11.0",
"_inBundle": false,
"_integrity": "sha512-USSjRAAQYsZFlv43FUPdD+jEGML5/8oLF0rUzPQTtK4q9kvaXr49F5ZplyLz5lox78cLZ0TxN2bIDQ1xhOkulQ==",
"_location": "/@parcel/workers",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@parcel/workers@^1.11.0",
"name": "@parcel/workers",
"escapedName": "@parcel%2fworkers",
"scope": "@parcel",
"rawSpec": "^1.11.0",
"saveSpec": null,
"fetchSpec": "^1.11.0"
},
"_requiredBy": [
"/@parcel/logger",
"/parcel-bundler"
],
"_resolved": "https://registry.npmjs.org/@parcel/workers/-/workers-1.11.0.tgz",
"_shasum": "7b8dcf992806f4ad2b6cecf629839c41c2336c59",
"_spec": "@parcel/workers@^1.11.0",
"_where": "/Users/justin/Code/granblue/hensei-web/node_modules/parcel-bundler",
"bugs": {
"url": "https://github.com/parcel-bundler/parcel/issues"
},
"bundleDependencies": false,
"dependencies": {
"@parcel/utils": "^1.11.0",
"physical-cpu-count": "^2.0.0"
},
"deprecated": false,
"description": "Blazing fast, zero configuration web application bundler",
"devDependencies": {
"mocha": "^5.2.0"
},
"engines": {
"node": ">= 6.0.0"
},
"gitHead": "34eb91e8e6991073e594bff731c333d09b0403b5",
"homepage": "https://github.com/parcel-bundler/parcel#readme",
"license": "MIT",
"main": "index.js",
"name": "@parcel/workers",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/parcel-bundler/parcel.git"
},
"scripts": {
"build": "babel src -d lib",
"format": "prettier --write \"./{src,bin,test}/**/*.{js,json,md}\"",
"lint": "eslint . && prettier \"./{src,bin,test}/**/*.{js,json,md}\" --list-different",
"prepublish": "yarn build",
"test": "cross-env NODE_ENV=test mocha",
"test-ci": "yarn build && yarn test"
},
"version": "1.11.0"
}