100 lines
2.4 KiB
JSON
100 lines
2.4 KiB
JSON
|
|
{
|
||
|
|
"_from": "pirates@^4.0.0",
|
||
|
|
"_id": "pirates@4.0.6",
|
||
|
|
"_inBundle": false,
|
||
|
|
"_integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==",
|
||
|
|
"_location": "/pirates",
|
||
|
|
"_phantomChildren": {},
|
||
|
|
"_requested": {
|
||
|
|
"type": "range",
|
||
|
|
"registry": true,
|
||
|
|
"raw": "pirates@^4.0.0",
|
||
|
|
"name": "pirates",
|
||
|
|
"escapedName": "pirates",
|
||
|
|
"rawSpec": "^4.0.0",
|
||
|
|
"saveSpec": null,
|
||
|
|
"fetchSpec": "^4.0.0"
|
||
|
|
},
|
||
|
|
"_requiredBy": [
|
||
|
|
"/@babel/register"
|
||
|
|
],
|
||
|
|
"_resolved": "https://registry.npmmirror.com/pirates/-/pirates-4.0.6.tgz",
|
||
|
|
"_shasum": "3018ae32ecfcff6c29ba2267cbf21166ac1f36b9",
|
||
|
|
"_spec": "pirates@^4.0.0",
|
||
|
|
"_where": "E:\\hz-zhhq-web\\node_modules\\@babel\\register",
|
||
|
|
"author": {
|
||
|
|
"name": "Ari Porad",
|
||
|
|
"email": "ari@ariporad.com",
|
||
|
|
"url": "http://ariporad.com"
|
||
|
|
},
|
||
|
|
"ava": {
|
||
|
|
"files": [
|
||
|
|
"test/*.js"
|
||
|
|
],
|
||
|
|
"sources": [
|
||
|
|
"lib/**/*.js"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"bugs": {
|
||
|
|
"url": "https://github.com/danez/pirates/issues"
|
||
|
|
},
|
||
|
|
"bundleDependencies": false,
|
||
|
|
"deprecated": false,
|
||
|
|
"description": "Properly hijack require, i.e., properly define require hooks and customizations",
|
||
|
|
"devDependencies": {
|
||
|
|
"@babel/cli": "7.21.0",
|
||
|
|
"@babel/core": "7.21.4",
|
||
|
|
"@babel/preset-env": "7.21.4",
|
||
|
|
"ava": "1.4.1",
|
||
|
|
"babel-core": "7.0.0-bridge.0",
|
||
|
|
"babel-eslint": "10.1.0",
|
||
|
|
"babel-plugin-istanbul": "5.2.0",
|
||
|
|
"cross-env": "5.2.1",
|
||
|
|
"decache": "4.6.1",
|
||
|
|
"eslint": "5.16.0",
|
||
|
|
"eslint-config-prettier": "4.3.0",
|
||
|
|
"eslint-plugin-import": "2.27.5",
|
||
|
|
"eslint-plugin-prettier": "3.4.1",
|
||
|
|
"mock-require": "3.0.3",
|
||
|
|
"nyc": "13.3.0",
|
||
|
|
"prettier": "1.19.1",
|
||
|
|
"rewire": "4.0.1",
|
||
|
|
"rimraf": "3.0.2"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 6"
|
||
|
|
},
|
||
|
|
"files": [
|
||
|
|
"lib",
|
||
|
|
"index.d.ts"
|
||
|
|
],
|
||
|
|
"homepage": "https://github.com/danez/pirates#readme",
|
||
|
|
"license": "MIT",
|
||
|
|
"main": "lib/index.js",
|
||
|
|
"name": "pirates",
|
||
|
|
"nyc": {
|
||
|
|
"include": [
|
||
|
|
"src/*.js"
|
||
|
|
],
|
||
|
|
"reporter": [
|
||
|
|
"json",
|
||
|
|
"text"
|
||
|
|
],
|
||
|
|
"sourceMap": false,
|
||
|
|
"instrument": false
|
||
|
|
},
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git+https://github.com/danez/pirates.git"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"build": "babel src -d lib",
|
||
|
|
"clean": "rimraf lib",
|
||
|
|
"lint": "eslint --report-unused-disable-directives .",
|
||
|
|
"prepublishOnly": "yarn run build",
|
||
|
|
"test": "cross-env BABEL_ENV=test yarn run build && nyc ava"
|
||
|
|
},
|
||
|
|
"types": "index.d.ts",
|
||
|
|
"version": "4.0.6"
|
||
|
|
}
|