63 lines
2 KiB
JSON
63 lines
2 KiB
JSON
{
|
|
"_from": "@parcel/watcher@^1.12.1",
|
|
"_id": "@parcel/watcher@1.12.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-od+uCtCxC/KoNQAIE1vWx1YTyKYY+7CTrxBJPRh3cDWw/C0tCtlBMVlrbplscGoEpt6B27KhJDCv82PBxOERNA==",
|
|
"_location": "/@parcel/watcher",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@parcel/watcher@^1.12.1",
|
|
"name": "@parcel/watcher",
|
|
"escapedName": "@parcel%2fwatcher",
|
|
"scope": "@parcel",
|
|
"rawSpec": "^1.12.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.12.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/parcel-bundler"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-1.12.1.tgz",
|
|
"_shasum": "b98b3df309fcab93451b5583fc38e40826696dad",
|
|
"_spec": "@parcel/watcher@^1.12.1",
|
|
"_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",
|
|
"chokidar": "^2.1.5"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Blazing fast, zero configuration web application bundler",
|
|
"devDependencies": {
|
|
"@parcel/babel-register": "^1.11.1",
|
|
"@parcel/fs": "^1.11.0",
|
|
"@parcel/test-utils": "^1.12.0",
|
|
"mocha": "^5.2.0"
|
|
},
|
|
"gitHead": "d9ec7af22f85134dc1a97fe00f35950f2fe1f57a",
|
|
"homepage": "https://github.com/parcel-bundler/parcel#readme",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "@parcel/watcher",
|
|
"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.12.1"
|
|
}
|