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.
63 lines
1.7 KiB
63 lines
1.7 KiB
{
|
|
"_from": "@gradecam/tsenum@1.2.0",
|
|
"_id": "@gradecam/tsenum@1.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-61kSGjcgHBncY1WJ1Fc6VwMgHyMWMQ9A8oconZ3iYizWDKKV64JVYDFTRH/vGmaKlTQb0PXAhRzY7qnIBvYikw==",
|
|
"_location": "/@gradecam/tsenum",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@gradecam/tsenum@1.2.0",
|
|
"name": "@gradecam/tsenum",
|
|
"escapedName": "@gradecam%2ftsenum",
|
|
"scope": "@gradecam",
|
|
"rawSpec": "1.2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/javascript-obfuscator"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@gradecam/tsenum/-/tsenum-1.2.0.tgz",
|
|
"_shasum": "0c7c7c86e00e2d9ab8f242c695bec66b26b79319",
|
|
"_spec": "@gradecam/tsenum@1.2.0",
|
|
"_where": "C:\\Users\\Shaun\\.CocosCreator\\packages\\ccc-obfuscated-code\\node_modules\\javascript-obfuscator",
|
|
"author": {
|
|
"name": "Richard Bateman",
|
|
"email": "rbateman@gradecam.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/gradecam/tsenum/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Super simple typescript library for string-compatible enums",
|
|
"devDependencies": {
|
|
"bower": "^1.8.8",
|
|
"typescript": "~3.2.2"
|
|
},
|
|
"files": [
|
|
"dist/"
|
|
],
|
|
"homepage": "https://github.com/gradecam/tsenum#readme",
|
|
"keywords": [
|
|
"typescript",
|
|
"enum"
|
|
],
|
|
"license": "ISC",
|
|
"main": "dist/index.js",
|
|
"name": "@gradecam/tsenum",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gradecam/tsenum.git"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc -p .",
|
|
"clean": "rm -rf dist/",
|
|
"prepublish": "tsc -p .",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"types": "dist/index.d.ts",
|
|
"version": "1.2.0"
|
|
}
|
|
|