package.json 2.56 KB
{
  "_args": [
    [
      {
        "raw": "onetime@^2.0.0",
        "scope": null,
        "escapedName": "onetime",
        "name": "onetime",
        "rawSpec": "^2.0.0",
        "spec": ">=2.0.0 <3.0.0",
        "type": "range"
      },
      "/Users/key/workspace/x/cli/node_modules/restore-cursor"
    ]
  ],
  "_cnpm_publish_time": 1476902516004,
  "_from": "onetime@>=2.0.0 <3.0.0",
  "_id": "onetime@2.0.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/onetime",
  "_nodeVersion": "4.6.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/onetime-2.0.0.tgz_1476902515797_0.18329595238901675"
  },
  "_npmUser": {
    "name": "sindresorhus",
    "email": "sindresorhus@gmail.com"
  },
  "_npmVersion": "2.15.9",
  "_phantomChildren": {},
  "_requested": {
    "raw": "onetime@^2.0.0",
    "scope": null,
    "escapedName": "onetime",
    "name": "onetime",
    "rawSpec": "^2.0.0",
    "spec": ">=2.0.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/restore-cursor"
  ],
  "_resolved": "https://registry.npm.taobao.org/onetime/download/onetime-2.0.0.tgz",
  "_shasum": "52aa8110e52fc5126ffc667bd8ec21c2ed209ce6",
  "_shrinkwrap": null,
  "_spec": "onetime@^2.0.0",
  "_where": "/Users/key/workspace/x/cli/node_modules/restore-cursor",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/onetime/issues"
  },
  "dependencies": {
    "mimic-fn": "^1.0.0"
  },
  "description": "Ensure a function is only called once",
  "devDependencies": {
    "ava": "*",
    "xo": "*"
  },
  "directories": {},
  "dist": {
    "shasum": "52aa8110e52fc5126ffc667bd8ec21c2ed209ce6",
    "tarball": "https://registry.npmjs.org/onetime/-/onetime-2.0.0.tgz"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "bb498adb2da79e62b923173480803a9c6f759766",
  "homepage": "https://github.com/sindresorhus/onetime#readme",
  "keywords": [
    "once",
    "function",
    "one",
    "onetime",
    "func",
    "fn",
    "single",
    "call",
    "called",
    "prevent"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "sindresorhus",
      "email": "sindresorhus@gmail.com"
    }
  ],
  "name": "onetime",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/onetime.git"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "version": "2.0.0",
  "xo": {
    "esnext": true
  }
}