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

59 lines
1.8 KiB
JSON

{
"_from": "@parcel/utils@^1.11.0",
"_id": "@parcel/utils@1.11.0",
"_inBundle": false,
"_integrity": "sha512-cA3p4jTlaMeOtAKR/6AadanOPvKeg8VwgnHhOyfi0yClD0TZS/hi9xu12w4EzA/8NtHu0g6o4RDfcNjqN8l1AQ==",
"_location": "/@parcel/utils",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@parcel/utils@^1.11.0",
"name": "@parcel/utils",
"escapedName": "@parcel%2futils",
"scope": "@parcel",
"rawSpec": "^1.11.0",
"saveSpec": null,
"fetchSpec": "^1.11.0"
},
"_requiredBy": [
"/@parcel/fs",
"/@parcel/watcher",
"/@parcel/workers",
"/parcel-bundler"
],
"_resolved": "https://registry.npmjs.org/@parcel/utils/-/utils-1.11.0.tgz",
"_shasum": "539e08fff8af3b26eca11302be80b522674b51ea",
"_spec": "@parcel/utils@^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,
"deprecated": false,
"description": "Blazing fast, zero configuration web application bundler",
"engines": {
"node": ">= 6.0.0"
},
"gitHead": "34eb91e8e6991073e594bff731c333d09b0403b5",
"homepage": "https://github.com/parcel-bundler/parcel#readme",
"license": "MIT",
"main": "index.js",
"name": "@parcel/utils",
"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": "echo this package has no tests yet",
"test-ci": "yarn build && yarn test"
},
"version": "1.11.0"
}