消除我特牛
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.
 
 
 
 
 

79 lines
2.2 KiB

{
"_from": "reflect-metadata@0.1.13",
"_id": "reflect-metadata@0.1.13",
"_inBundle": false,
"_integrity": "sha512-Ts1Y/anZELhSsjMcU605fU9RE4Oi3p5ORujwbIKXfWa+0Zxs510Qrmrce5/Jowq3cHSZSJqBjypxmHarc+vEWg==",
"_location": "/reflect-metadata",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "reflect-metadata@0.1.13",
"name": "reflect-metadata",
"escapedName": "reflect-metadata",
"rawSpec": "0.1.13",
"saveSpec": null,
"fetchSpec": "0.1.13"
},
"_requiredBy": [
"/javascript-obfuscator"
],
"_resolved": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.1.13.tgz",
"_shasum": "67ae3ca57c972a2aa1642b10fe363fe32d49dc08",
"_spec": "reflect-metadata@0.1.13",
"_where": "C:\\Users\\Shaun\\.CocosCreator\\packages\\ccc-obfuscated-code\\node_modules\\javascript-obfuscator",
"author": {
"name": "Ron Buckton",
"email": "ron.buckton@microsoft.com",
"url": "http://github.com/rbuckton"
},
"bugs": {
"url": "https://github.com/rbuckton/reflect-metadata/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Polyfill for Metadata Reflection API",
"devDependencies": {
"@types/chai": "^3.4.34",
"@types/mocha": "^2.2.34",
"@types/node": "^6.0.52",
"chai": "^3.5.0",
"del": "^2.2.2",
"ecmarkup": "^3.9.3",
"gulp": "^3.9.1",
"gulp-emu": "^1.1.0",
"gulp-live-server": "0.0.30",
"gulp-mocha": "^3.0.1",
"gulp-rename": "^1.2.2",
"gulp-sequence": "^0.4.6",
"gulp-tsb": "^2.0.3",
"mocha": "^3.2.0",
"typescript": "^2.1.4"
},
"homepage": "http://rbuckton.github.io/reflect-metadata",
"keywords": [
"decorator",
"metadata",
"javascript",
"reflect"
],
"license": "Apache-2.0",
"main": "Reflect.js",
"name": "reflect-metadata",
"repository": {
"type": "git",
"url": "git+https://github.com/rbuckton/reflect-metadata.git"
},
"scripts": {
"build": "gulp build",
"prepublishOnly": "gulp prepublish",
"start": "gulp start",
"test": "gulp test"
},
"types": "index.d.ts",
"typescript": {
"definition": "Reflect.d.ts"
},
"version": "0.1.13"
}