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

61 lines
1.8 KiB
JSON

{
"_from": "@parcel/fs@^1.11.0",
"_id": "@parcel/fs@1.11.0",
"_inBundle": false,
"_integrity": "sha512-86RyEqULbbVoeo8OLcv+LQ1Vq2PKBAvWTU9fCgALxuCTbbs5Ppcvll4Vr+Ko1AnmMzja/k++SzNAwJfeQXVlpA==",
"_location": "/@parcel/fs",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@parcel/fs@^1.11.0",
"name": "@parcel/fs",
"escapedName": "@parcel%2ffs",
"scope": "@parcel",
"rawSpec": "^1.11.0",
"saveSpec": null,
"fetchSpec": "^1.11.0"
},
"_requiredBy": [
"/parcel-bundler"
],
"_resolved": "https://registry.npmjs.org/@parcel/fs/-/fs-1.11.0.tgz",
"_shasum": "fb8a2be038c454ad46a50dc0554c1805f13535cd",
"_spec": "@parcel/fs@^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",
"mkdirp": "^0.5.1",
"rimraf": "^2.6.2"
},
"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/fs",
"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"
}