| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "_from": "mksnapshot@^0.3.0",
- "_id": "mksnapshot@0.3.1",
- "_inBundle": false,
- "_integrity": "sha1-JQHAVldDbXQs6Vik/5LHfkDdN+Y=",
- "_location": "/mksnapshot",
- "_phantomChildren": {
- "graceful-fs": "4.1.11",
- "jsonfile": "2.4.0",
- "klaw": "1.3.1",
- "path-is-absolute": "1.0.1",
- "rimraf": "2.6.2"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "mksnapshot@^0.3.0",
- "name": "mksnapshot",
- "escapedName": "mksnapshot",
- "rawSpec": "^0.3.0",
- "saveSpec": null,
- "fetchSpec": "^0.3.0"
- },
- "_requiredBy": [
- "/asar"
- ],
- "_resolved": "https://registry.npmjs.org/mksnapshot/-/mksnapshot-0.3.1.tgz",
- "_shasum": "2501c05657436d742ce958a4ff92c77e40dd37e6",
- "_spec": "mksnapshot@^0.3.0",
- "_where": "E:\\vscode\\UseStudio.Desktop\\node_modules\\asar",
- "bugs": {
- "url": "https://github.com/electron/node-mksnapshot/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "decompress-zip": "0.3.0",
- "fs-extra": "0.26.7",
- "request": "^2.79.0"
- },
- "deprecated": false,
- "description": "Create snapshot file for Electron",
- "devDependencies": {
- "coffee-script": "~1.6.2",
- "grunt": "~0.4.1",
- "grunt-cli": "~0.1.7",
- "grunt-coffeelint": "0.0.6",
- "grunt-contrib-coffee": "~0.6.6",
- "rimraf": "~2.1.4"
- },
- "homepage": "https://github.com/electron/node-mksnapshot#readme",
- "license": "MIT",
- "main": "./lib/main.js",
- "name": "mksnapshot",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/electron/node-mksnapshot.git"
- },
- "scripts": {
- "prepublish": "grunt coffee"
- },
- "version": "0.3.1"
- }
|