123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- {
- "_args": [
- [
- "onetime@^2.0.0",
- "/home/seleznev/project Angular/Quality system/node_modules/restore-cursor"
- ]
- ],
- "_from": "onetime@>=2.0.0 <3.0.0",
- "_id": "onetime@2.0.1",
- "_inCache": true,
- "_installable": true,
- "_location": "/onetime",
- "_nodeVersion": "4.7.3",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/onetime-2.0.1.tgz_1489980257371_0.244376125279814"
- },
- "_npmUser": {
- "email": "sindresorhus@gmail.com",
- "name": "sindresorhus"
- },
- "_npmVersion": "2.15.11",
- "_phantomChildren": {},
- "_requested": {
- "name": "onetime",
- "raw": "onetime@^2.0.0",
- "rawSpec": "^2.0.0",
- "scope": null,
- "spec": ">=2.0.0 <3.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/restore-cursor"
- ],
- "_resolved": "https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz",
- "_shasum": "067428230fd67443b2794b22bba528b6867962d4",
- "_shrinkwrap": null,
- "_spec": "onetime@^2.0.0",
- "_where": "/home/seleznev/project Angular/Quality system/node_modules/restore-cursor",
- "author": {
- "email": "sindresorhus@gmail.com",
- "name": "Sindre Sorhus",
- "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": "067428230fd67443b2794b22bba528b6867962d4",
- "tarball": "https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz"
- },
- "engines": {
- "node": ">=4"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "32bca382f5934c8fe7fd78bcef9ad16b3474948f",
- "homepage": "https://github.com/sindresorhus/onetime#readme",
- "keywords": [
- "call",
- "called",
- "fn",
- "func",
- "function",
- "once",
- "one",
- "onetime",
- "prevent",
- "single"
- ],
- "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.1"
- }
|