package.json 1.39 KB
Newer Older
YazhouChen's avatar
YazhouChen committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
{
  "_args": [
    [
      "nodent-runtime@3.2.1",
      "E:\\changfa\\crscd-view"
    ]
  ],
  "_development": true,
  "_from": "nodent-runtime@3.2.1",
  "_id": "nodent-runtime@3.2.1",
  "_inBundle": false,
  "_integrity": "sha512-7Ws63oC+215smeKJQCxzrK21VFVlCFBkwl0MOObt0HOpVQXs3u483sAmtkF33nNqZ5rSOQjB76fgyPBmAUrtCA==",
  "_location": "/nodent-runtime",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "nodent-runtime@3.2.1",
    "name": "nodent-runtime",
    "escapedName": "nodent-runtime",
    "rawSpec": "3.2.1",
    "saveSpec": null,
    "fetchSpec": "3.2.1"
  },
  "_requiredBy": [
    "/mocha-webpack"
  ],
  "_resolved": "https://registry.npmjs.org/nodent-runtime/-/nodent-runtime-3.2.1.tgz",
  "_spec": "3.2.1",
  "_where": "E:\\changfa\\crscd-view",
  "author": {
    "name": "matatbread"
  },
  "bugs": {
    "url": "https://github.com/MatAtBread/nodent-runtime/issues"
  },
  "description": "Runtime component of nodent",
  "homepage": "https://github.com/MatAtBread/nodent-runtime#readme",
  "keywords": [
    "nodent",
    "runtime",
    "asunc",
    "await",
    "es7"
  ],
  "license": "MIT",
  "main": "runtime.js",
  "name": "nodent-runtime",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MatAtBread/nodent-runtime.git"
  },
  "scripts": {
    "install": "node build.js",
    "test": "node tests"
  },
  "version": "3.2.1"
}