Last active
April 25, 2017 22:06
-
-
Save pmarquees/daf618186a103b71079632968297e476 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_args": [ | |
[ | |
"skpm@^0.8.0", | |
"/Users/pmarques/Documents/Projects/react-sketchapp/examples/basic-setup" | |
] | |
], | |
"_from": "skpm@>=0.8.0 <0.9.0", | |
"_id": "[email protected]", | |
"_inCache": true, | |
"_installable": true, | |
"_location": "/skpm", | |
"_nodeVersion": "6.6.0", | |
"_npmOperationalInternal": { | |
"host": "packages-18-east.internal.npmjs.com", | |
"tmp": "tmp/skpm-0.8.2.tgz_1492681770945_0.7335823292378336" | |
}, | |
"_npmUser": { | |
"email": "[email protected]", | |
"name": "mathieudutour" | |
}, | |
"_npmVersion": "3.10.3", | |
"_phantomChildren": {}, | |
"_requested": { | |
"name": "skpm", | |
"raw": "skpm@^0.8.0", | |
"rawSpec": "^0.8.0", | |
"scope": null, | |
"spec": ">=0.8.0 <0.9.0", | |
"type": "range" | |
}, | |
"_requiredBy": [ | |
"#DEV:/" | |
], | |
"_resolved": "https://registry.npmjs.org/skpm/-/skpm-0.8.2.tgz", | |
"_shasum": "c31f0ded6f8d8e859d1bb847ec6e4db0a8dcec89", | |
"_shrinkwrap": null, | |
"_spec": "skpm@^0.8.0", | |
"_where": "/Users/pmarques/Documents/Projects/react-sketchapp/examples/basic-setup", | |
"author": { | |
"email": "[email protected]", | |
"name": "Mathieu Dutour", | |
"url": "http://mathieu.dutour.me/" | |
}, | |
"bin": { | |
"skpm": "lib/skpm.js" | |
}, | |
"bugs": { | |
"url": "https://github.com/sketch-pm/skpm-cli/issues" | |
}, | |
"dependencies": { | |
"adm-zip": "^0.4.7", | |
"babel-core": "^6.24.1", | |
"babel-loader": "^7.0.0-beta.1", | |
"babel-plugin-add-module-exports": "^0.2.1", | |
"babel-preset-airbnb": "^2.2.3", | |
"chalk": "^1.1.3", | |
"commander": "^2.9.0", | |
"cpr": "^2.0.2", | |
"js-yaml": "^3.8.2", | |
"lazy-require": "^2.2.0", | |
"lodash.uniqby": "^4.7.0", | |
"object-assign": "^4.1.1", | |
"open": "^0.0.5", | |
"request": "^2.81.0", | |
"semver": "^5.3.0", | |
"simple-plist": "^0.2.1", | |
"skpm-client": "0.2.2", | |
"tar.gz": "^1.0.5", | |
"webpack": "^2.3.3", | |
"webpack-shell-plugin": "^0.5.0", | |
"yesno": "^0.0.1" | |
}, | |
"description": "A utility to build, publish and install sketch plugins", | |
"devDependencies": { | |
"standard": "^9.0.2" | |
}, | |
"directories": {}, | |
"dist": { | |
"shasum": "c31f0ded6f8d8e859d1bb847ec6e4db0a8dcec89", | |
"tarball": "https://registry.npmjs.org/skpm/-/skpm-0.8.2.tgz" | |
}, | |
"gitHead": "eb3f4fc55b7fccc2599ce62e94c50a9bfe4deeed", | |
"homepage": "https://github.com/sketch-pm/skpm-cli#readme", | |
"keywords": [ | |
"sketch", | |
"cocoascript", | |
"javascript", | |
"babel" | |
], | |
"license": "MIT", | |
"maintainers": [ | |
{ | |
"email": "[email protected]", | |
"name": "mathieudutour" | |
} | |
], | |
"name": "skpm", | |
"optionalDependencies": {}, | |
"readme": "ERROR: No README data found!", | |
"repository": { | |
"type": "git", | |
"url": "git+https://github.com/sketch-pm/skpm-cli.git" | |
}, | |
"scripts": { | |
"test": "standard" | |
}, | |
"standard": { | |
"ignore": [ | |
"lib/utils/consolePolyfill.js" | |
] | |
}, | |
"version": "0.8.2" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment