You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
1.6 KiB
68 lines
1.6 KiB
{
|
|
"_from": "pirates@^4.0.6",
|
|
"_id": "pirates@4.0.7",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==",
|
|
"_location": "/pirates",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "pirates@^4.0.6",
|
|
"name": "pirates",
|
|
"escapedName": "pirates",
|
|
"rawSpec": "^4.0.6",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4.0.6"
|
|
},
|
|
"_requiredBy": [
|
|
"/@babel/register"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.7.tgz",
|
|
"_shasum": "643b4a18c4257c8a65104b73f3049ce9a0a15e22",
|
|
"_spec": "pirates@^4.0.6",
|
|
"_where": "D:\\code\\template-vue-antd\\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": {
|
|
"ava": "1.4.1",
|
|
"decache": "4.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"index.d.ts"
|
|
],
|
|
"homepage": "https://github.com/danez/pirates#readme",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "pirates",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/danez/pirates.git"
|
|
},
|
|
"scripts": {
|
|
"test": "ava"
|
|
},
|
|
"types": "index.d.ts",
|
|
"version": "4.0.7"
|
|
}
|
|
|