mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 08:10:18 +00:00
88 lines
2.2 KiB
JSON
88 lines
2.2 KiB
JSON
{
|
|
"_from": "iso8601-duration@^1.0.0",
|
|
"_id": "iso8601-duration@1.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-ErTBd++b17E8nmWII1K1uZtBgD1E8RjyvwmxlCjPHNqHMD7gmcMHOw0E8Ro/6+QT4PhHRSnnMo7bxa1vFPkwhg==",
|
|
"_location": "/iso8601-duration",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "iso8601-duration@^1.0.0",
|
|
"name": "iso8601-duration",
|
|
"escapedName": "iso8601-duration",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/simple-youtube-api"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/iso8601-duration/-/iso8601-duration-1.2.0.tgz",
|
|
"_shasum": "5fa6fc180a8fe95ad6a6721c9bdd9069cb59e80e",
|
|
"_spec": "iso8601-duration@^1.0.0",
|
|
"_where": "C:\\Users\\matia\\Bot Files\\node_modules\\simple-youtube-api",
|
|
"author": {
|
|
"name": "Tobias Lundin"
|
|
},
|
|
"ava": {
|
|
"files": [
|
|
"test/*.js"
|
|
],
|
|
"failFast": true,
|
|
"verbose": true,
|
|
"require": [
|
|
"babel-core/register"
|
|
]
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/tolu/ISO8601-duration/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Node/Js-module for parsing and making sense of ISO8601-durations",
|
|
"devDependencies": {
|
|
"ava": "^0.22.0",
|
|
"babel-cli": "^6.4.0",
|
|
"babel-preset-es2015": "^6.3.13",
|
|
"onchange": "^3.2.1",
|
|
"snazzy": "^7.0.0",
|
|
"standard": "^10.0.3",
|
|
"typescript": "^3.0.3"
|
|
},
|
|
"files": [
|
|
"src/index.js",
|
|
"lib/index.js",
|
|
"index.d.ts"
|
|
],
|
|
"homepage": "https://github.com/tolu/ISO8601-duration#readme",
|
|
"jsnext:main": "src/index.js",
|
|
"keywords": [
|
|
"ISO8601",
|
|
"duration",
|
|
"time"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "iso8601-duration",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tolu/ISO8601-duration.git"
|
|
},
|
|
"scripts": {
|
|
"compile": "babel -d lib/ src/",
|
|
"lint": "standard | snazzy",
|
|
"patch-release": "npm test && npm version patch && git push --follow-tags",
|
|
"prepublishOnly": "npm run compile",
|
|
"test": "npm run lint && ava && tsc",
|
|
"watch": "onchange '**/*.js' -- npm run test"
|
|
},
|
|
"standard": {
|
|
"ignore": [
|
|
"lib/*.js"
|
|
]
|
|
},
|
|
"types": "index.d.ts",
|
|
"version": "1.2.0"
|
|
}
|