File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/deprecated-decorator/package.json
{
"_args": [
[
"deprecated-decorator@0.1.6",
"/Users/julesgraus/webDevelopment/Boilerplate-Shop"
]
],
"_development": true,
"_from": "deprecated-decorator@0.1.6",
"_id": "deprecated-decorator@0.1.6",
"_inBundle": false,
"_integrity": "sha1-AJZjF7ehL+kvPMgx91g68ym4bDc=",
"_location": "/deprecated-decorator",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "deprecated-decorator@0.1.6",
"name": "deprecated-decorator",
"escapedName": "deprecated-decorator",
"rawSpec": "0.1.6",
"saveSpec": null,
"fetchSpec": "0.1.6"
},
"_requiredBy": [
"/graphql-tools"
],
"_resolved": "https://registry.npmjs.org/deprecated-decorator/-/deprecated-decorator-0.1.6.tgz",
"_spec": "0.1.6",
"_where": "/Users/julesgraus/webDevelopment/Boilerplate-Shop",
"author": {
"name": "vilicvane"
},
"bugs": {
"url": "https://github.com/vilic/deprecated-decorator/issues"
},
"description": "A simple decorator for deprecated methods and properties.",
"devDependencies": {
"chai": "latest",
"mocha": "latest",
"sinon": "latest",
"source-map-support": "latest",
"typescript": "latest"
},
"homepage": "https://github.com/vilic/deprecated-decorator#readme",
"keywords": [
"deprecated",
"decorator",
"typescript",
"babel",
"es7"
],
"license": "MIT",
"main": "bld/index.js",
"name": "deprecated-decorator",
"repository": {
"type": "git",
"url": "git+https://github.com/vilic/deprecated-decorator.git"
},
"scripts": {
"build": "tsc",
"test": "node node_modules/mocha/bin/_mocha"
},
"typings": "bld/index.d.ts",
"version": "0.1.6"
}